Security News
Research
Supply Chain Attack on Rspack npm Packages Injects Cryptojacking Malware
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
ml-spectra-processing
Advanced tools
Various method to process spectra. There are sorted in 4 categories:
{x: [], y:[]}
{x: [], re:[], im:[]}
{re: [], im:[]}
There will be probably more categories related to 2D spectra
$ npm i ml-spectra-processing
npm install --global cheminfo-build
cheminfo-publish
const closest = require('ml-spectra-processing').arrayFindClosestIndex;
// or
const {arrayFindClosestIndex} = require('ml-spectra-processing');
or using ES6 modules
import {arrayFindClosestIndex} from 'ml-spectra-processing';
// you can also extract only one function
import {arrayFindClosestIndex} from 'ml-spectra-processing/src/array/arrayFindClosestIndex';
FAQs
Various method to process spectra
The npm package ml-spectra-processing receives a total of 20,539 weekly downloads. As such, ml-spectra-processing popularity was classified as popular.
We found that ml-spectra-processing demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.
Security News
Sonar’s acquisition of Tidelift highlights a growing industry shift toward sustainable open source funding, addressing maintainer burnout and critical software dependencies.